public static int DeleteConnectionFromTo(Guid fromId, Guid toId)
 {
     return(ConnectionDAL.DeleteConnectionFromTo(fromId, toId));
 }