public static bool CheckFromTo(Guid from, Guid to)
 {
     return(ConnectionDAL.CheckFromTo(from, to));
 }